set Proxy To Client Enabled
open fun setProxyToClientEnabled(value: Boolean): ModuleConfigProtos.ModuleConfig.MQTTConfig.Builder
If true, we can use the connected phone / client to proxy messages to MQTT instead of a direct connection
Content copied to clipboard
bool proxy_to_client_enabled = 9;
Return
This builder for chaining.
Parameters
value
The proxyToClientEnabled to set.